home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
Soft_Win
/
prereqScript
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
829b
|
28 lines
#!/bin/sh
# prereqScript
#
# Derived from: SoftPC version
#
# Author: Anthony Shaughnessy
#
# Created on: 7th April 1994
#
# Sccs ID: @(#)prereqScript.sh 1.2 4/19/94
#
# Coding Stds.: 2.0
#
# Purpose: This script is called by the instwrap program when it
# detects that inst has complained about the installation
# due to a missing prerequisite. It only really needs to
# output a meaningful message, with some hints as to
# what the user can do about it. This is because the
# output from inst is directed to /dev/null, and so the
# user does not see the inst error messages.
#
echo "The installation has failed because some prerequisite software packages
were not present on the system.
SoftWindows does not have any prerequisites, and so this error should not
occur. Please contact Insignia Support for help."